home *** CD-ROM | disk | FTP | other *** search
/ Let's Discover Louisiana / Let's Discover Louisiana.iso / pc / FILES / TIME.dxr / 00324_setUpTTvariables.ls < prev    next >
Encoding:
Text File  |  2002-12-03  |  403 b   |  21 lines

  1. global twistersDone, oneDone, twoDone, threeDone
  2.  
  3. on exitFrame me
  4.   twistersDone = 0
  5.   oneDone = 0
  6.   twoDone = 0
  7.   threeDone = 0
  8.   repeat with i = 50 to 58
  9.     sprite(i).visible = 1
  10.   end repeat
  11.   repeat with i = 104 to 106
  12.     sprite(i).visible = 0
  13.   end repeat
  14.   repeat with i = 107 to 109
  15.     sprite(i).visible = 1
  16.   end repeat
  17.   repeat with i = 110 to 112
  18.     sprite(i).visible = 0
  19.   end repeat
  20. end
  21.